home *** CD-ROM | disk | FTP | other *** search
/ Aminet 22 / Aminet 22 (1997)(GTI - Schatztruhe)[!][Dec 1997].iso / Aminet / dev / misc / WHDLoaddev.lha / WHDLoad / Install Templates / Readme < prev    next >
Text File  |  1997-06-15  |  1KB  |  37 lines

  1.  
  2. This drawer contains generic install scripts. If you are creating a install
  3. you can use them. Only little adjustment may be required and you will get a
  4. fine Installer for the Game/Demo.
  5.  
  6. What must be changed ?
  7.     - change APPNAME in the Installer icon to the name of the program
  8.     - replace the #?.slave and #?.inf with yours
  9.     - adjust the README for your needs
  10.     - file naming conventions:
  11.         slave        APPNAME + ".slave"
  12.         dest icon    APPNAME + ".inf"
  13.  
  14. DIC:
  15.     - if standard disk-images are used
  16.     - set #last-disk in the installer script to the amount of used disks
  17.  
  18. Std-Files:
  19.     - if there are standard Amiga Filesystem disks
  20.     - you have to add all the file copy stuff to the script
  21.     - if you want to use a sub directory set #sub-dir appropriate
  22.  
  23. Patcher:
  24.     - set #last-file in the installer script to the name of the last
  25.       created by the patcher (will be used to check for success)
  26.     - additional file naming conventions:
  27.         imager        APPNAME + ".imager"
  28.  
  29. WHDLoad:
  30.     - set #last-file in the installer script to the name of the last
  31.       created by whdload (will be used to check for success)
  32.     - if you want to use a sub directory set #sub-dir appropriate
  33.     - additional file naming conventions:
  34.         install slave    "install.slave"
  35.  
  36.         
  37.